| 1. | For example , the create type statement and the 可以与事件通知一起使用的ddl语句 |
| 2. | A document type statement gets added to the xml document 这样就向xml文档中增加文档类型说明: |
| 3. | Alias data types are created with the create type statement before they can be used in a table definition 必须先用create type语句创建别名数据类型,然后才能将其用于表定义中。 |
| 4. | Net framework user - defined types are created with the create type statement before they can be used in a table definition 只有在使用create type语句创建了. net framework用户定义类型后,才能将其用于表定义。 |
| 5. | Once the assembly is registered and copied into a database , you can use the transact - sql create type statement to create a udt and expose its members 程序集注册并复制到数据库中之后,可以使用transact - sql create type语句创建udt并公开其成员。 |
| 6. | Create the udt in sql server once an assembly is loaded into a host database , you use the transact - sql create type statement to create a udt and expose the members of the class or structure as members of the udt 在sql server中创建udt一旦将某一程序集加载到宿主数据库后,就可以使用transact - sql create type语句创建udt并将类或结构的成员作为udt的成员公开。 |